.dadata-suggestions{
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: white;
  border: 1px solid silver;
  border-radius: 0;
  z-index: 10000;
}

.dadata-item{
  font-size: 14px;
  padding: 5px 3px;
  margin: 0;
  color: black;
  cursor: pointer;
}

.dadata-item.item-active,
.dadata-item:hover{
  background-color: #e0dede;
}

.dadata-relative{
  position: relative;
}

.dadata-hint{
  font-size: 11px;
  color: gray;
}

.dadata-item-red{
  color: red;
}
.variant-product-options .item-product-choose {
    display: flex;
    gap: 12px 6px;
}
.radio-list-with-image {
    position: relative;
}
.item-product-choose .radio-list-with-image label {
    border-radius: 12px;
    padding: 5px;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border: solid 2px rgb(225, 230, 237);
}
.item-product-choose .radio-list-with-image.not_available label {
    border-style: dashed;
}
.item-product-choose .radio-list-with-image:hover label {
    border-color: rgb(213, 217, 222);
}
.item-product-choose .radio-list-with-image input[type=radio]:checked~label {
    border-style: solid;
    border-color: rgb(0, 147, 196);
}
.item-product-choose .radio-list-with-image.not_available label img {
    opacity: 0.5;
}
.radio-list-with-image .marker-tippy-box {
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    padding: 5px 10px;
    border-radius: 20px;
    display: none;
}
.radio-list-with-image:hover .marker-tippy-box {
    display: block;
    z-index: 5;
}
.radio-list-with-image .marker-tippy-box::before {
    content: '';
    position: absolute;
    top: -10px; /* Расположение ромба над элементом */
    left: calc(50% - 10px); /* Расположение ромба по горизонтали */
    width: 0;
    height: 0;
    border-left: 10px solid transparent; /* Левая граница (половина ширины ромба) */
    border-right: 10px solid transparent; /* Правая граница (половина ширины ромба) */
    border-bottom: 10px solid #000; /* Нижняя граница (цвет ромба) */
    z-index: -1; /* Ромб будет "торчать" из блока .product-icon::after */
}
/* Golos Text (Google Fonts, вариативный шрифт, ось wght 400-900) — самохостинг тем же
   способом, что и Manrope в теме (src/css/_fonts.scss), только для блоков виджета Ванты.
   Файлы скачаны из https://fonts.googleapis.com/css2?family=Golos+Text (v7), по одному
   на каждый юникод-диапазон (кириллица/латиница), т.к. Figma во всех компонентах Ванты
   ("Golos Text VF", Medium/SemiBold/DemiBold) ссылается именно на этот шрифт */
@font-face {
    font-family: 'Golos Text';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url(/modules/vanta/view/css/fonts/GolosText-cyrillic-ext.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
    font-family: 'Golos Text';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url(/modules/vanta/view/css/fonts/GolosText-cyrillic.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: 'Golos Text';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url(/modules/vanta/view/css/fonts/GolosText-latin-ext.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Golos Text';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url(/modules/vanta/view/css/fonts/GolosText-latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.vanta-catalog-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin: -6px 0 14px;
    width: auto;
    height: 26px;
    padding: 6px;
    border-radius: 7px;
    background: linear-gradient(85.31deg, rgba(255, 140, 231, 0.4) -11.77%, rgba(217, 200, 255, 0.4) 64.01%, rgba(117, 222, 255, 0.4) 103.18%), #FFFFFF;
    font-family: 'Golos Text', Manrope, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #1B1B1B;
    white-space: nowrap;
}
.vanta-catalog-badge img {
    flex: none;
}
/* Кнопка "Оформить заказ"/"Перейти к оплате", подсвеченная под стиль Ванты —
   используется и на чекауте (total_block.tpl), и на странице завершения заказа (finish.tpl) */
.checkout-submit_vanta {
    background: linear-gradient(85deg, rgba(255, 140, 231, 0.30) -11.77%, rgba(217, 200, 255, 0.30) 64.01%, rgba(117, 222, 255, 0.30) 103.18%), #FFF !important;
    border-color: transparent !important;
    color: #1B1B1B !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.vanta-widget__wr {
    --border-grey: #D3D3D3;
    --text-default: #1B1B1B;
    --text-white: #fff;
    --bg-primary: #fff;
    --text-gray: #898989;
    --bg-secondary: #F6F6F6;
    --accent-pink: #FF5BD8;
    font-family: 'Golos Text', Manrope, sans-serif;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    gap: 8px;
    min-width: 280px;
    max-width: 450px;
    width: 100%;
    margin: 0;
    padding-bottom: 24px;
}
.checkout-radio.checkout-radio-vanta {
    .vanta-widget__wr {
        max-width: none;
        padding-bottom: 0;
    }
    input~label, input:checked~label {
        background: linear-gradient(85deg, rgba(255, 147, 227, 0.35) -11.77%, rgba(214, 201, 255, 0.35) 64.01%, rgba(143, 220, 255, 0.35) 103.18%), #FFF;
    }
    .vanta-widget__wr .vanta-widget__btn {
        background: none;
        padding: 0;
        height: auto;
    }
    .vanta-widget__wr .vanta-widget__btn--title {
        line-height: 1.2;
        font-size: 20px;
        font-weight: 700;
    }
    .vanta-widget__wr .vanta-widget__cart {
        background: none;
    }
}
.vanta-widget__wr * {
    box-sizing: border-box;
    font-family: inherit;
}
.vanta-widget__wr .vanta-widget__btn {
    position: relative;
    background: linear-gradient(85deg, rgba(255, 147, 227, 0.35) -11.77%, rgba(214, 201, 255, 0.35) 64.01%, rgba(143, 220, 255, 0.35) 103.18%), #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    padding: 16px 20px;
    border-radius: 16px;
    height: 56px;
    cursor: pointer;
}
.vanta-widget__wr.disabled {
    opacity: .55;
}
.vanta-widget__wr.disabled .vanta-widget__btn {
    cursor: not-allowed;
}
.vanta-widget__wr .vanta-widget__btn--logo {
    display: inline-block;
    height: 11px;
}
.vanta-widget__wr .vanta-widget__btn--logo img {
    display: block;
    height: 100%;
    width: auto;
}
.vanta-widget__wr .vanta-widget__btn--title {
    color: var(--text-default);
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.01em;
}
.vanta-widget__wr .vanta-widget__btn--right {
    display: flex;
    align-items: center;
    gap: 12px;
}
.vanta-widget__wr .vanta-widget__btn--left {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}
.vanta-widget__wr .vanta-widget__btn--price {
    margin: 0;
    color: var(--text-default);
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vanta-widget__wr .vanta-widget__btn--toggle {
    transition: all .15s ease-in-out;
}
.vanta-widget__wr.opened .vanta-widget__btn--toggle {
    transform: rotate(180deg);
}
.vanta-widget__wr .vanta-widget__btn--radio {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #FFF;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vanta-widget__wr .vanta-widget__btn--radio-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
}
.vanta-widget__wr .vanta-widget__btn--radio {
    box-shadow: 0 0 0 1.5px var(--text-default) inset;
}
.vanta-widget__wr.opened .vanta-widget__btn--radio-dot {
    background: var(--text-default);
}
.vanta-widget__wr .vanta-widget__cart {
    flex-flow: column nowrap;
    width: 100%;
    border-radius: 12px;
    background: #FFF;
    padding: 16px;
    display: none;
}
.vanta-widget__wr.opened .vanta-widget__cart {
    display: flex;
}
.vanta-widget__wr .vanta-terms {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px;
    border-radius: 10px;
    background-color: #FFF;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.vanta-widget__wr .vanta-terms__item {
    cursor: pointer;
    flex-grow: 1;
    padding: 0;
    margin: 0;
}
.vanta-widget__wr .vanta-terms__item span {
    width: 100%;
    display: flex;
    height: 36px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    color: var(--text-gray);
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    transition: all .3s ease-in-out;
}
.vanta-widget__wr .vanta-terms__item > input {
    display: none;
}
.vanta-widget__wr .vanta-terms__item > input:checked + span {
    border-radius: 8px;
    background-color: var(--bg-primary);
    border: 1px solid var(--text-gray);
    color: var(--text-default);
}
.vanta-widget__wr .vanta-parts > p {
    display: block;
    margin: 0 0 12px;
    color: var(--text-default);
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
}
.vanta-widget__wr .vanta-parts__wr {
    display: flex;
    gap: 0 8px;
    align-items: center;
    justify-content: space-between;
}
.vanta-widget__wr .vanta-parts__item {
    width: calc((100% - 24px) / 4);
    position: relative;
    text-align: left;
    padding-top: 6px;
}
.vanta-widget__wr .vanta-parts__item.grow-part {
    flex-grow: 1;
}
.vanta-widget__wr .vanta-parts__item::before {
    content: '';
    opacity: .3;
    display: block;
    width: 100%;
    height: 6px;
    border-radius: 100px;
    background-color: var(--accent-pink);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.vanta-widget__wr .vanta-parts__item:first-of-type::before {
    opacity: 1;
}
.vanta-widget__wr .vanta-parts__item > small {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    color: var(--text-gray);
}
.vanta-widget__wr .vanta-parts__item > span {
    display: block;
    margin-top: 3px;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-default);
}
.vanta-widget__wr .vanta-widget__cart--footer {
    margin-top: auto;
    padding-top: 20px;
}
.vanta-widget__wr .vanta-default__btn {
    cursor: pointer;
    height: 44px;
    width: 100%;
    padding: 12px 16px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid var(--bg-secondary);
    background-color: var(--bg-secondary);
    color: var(--text-default);
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    transition: all .3s ease-in-out;
}
.vanta-widget__wr .vanta-default__btn:hover {
    border-color: var(--text-gray);
}
.vanta-widget__wr .vanta-widget__notice {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 300;
    color: var(--text-gray);
    text-decoration: none;
    width: fit-content;
}
/* Страница товара (Figma: Widget_accordeon/Colorful) — своя рамка/радиус шапки и окрашенная
   (тем же градиентом, что и шапка) панель калькулятора вместо белой, как на чекауте */
.vanta-widget__wr--product .vanta-widget__btn {
    border-radius: 12px;
    padding: 12px 12px 12px 16px;
}
.vanta-widget__wr--product .vanta-widget__cart {
    border-radius: 16px;
    background: linear-gradient(85deg, rgba(255, 147, 227, 0.35) -11.77%, rgba(214, 201, 255, 0.35) 64.01%, rgba(143, 220, 255, 0.35) 103.18%), #FFF;
}
.vanta-widget__wr--product .vanta-terms__item span {
    font-size: 14px;
    line-height: 24px;
}
.vanta-widget__wr--product .vanta-default__btn {
    background-color: #FFF;
    border-color: #FFF;
}
@keyframes vanta-loadingspin {
    100% {
        transform: rotate(360deg);
    }
}
.vanta-widget__wr .vanta-loadingspinner {
    pointer-events: none;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid transparent;
    border-color: var(--text-default);
    border-top-color: transparent;
    border-radius: 50%;
    animation: vanta-loadingspin .8s ease infinite;
}

.rs-comment-list .photo-container {
    margin-top: 20px;
    display: flex;
}
.rs-comment-list .photo-list {
    margin-bottom: 0;
    padding-left: 0;
}
.rs-comment-list .one-photo-container {
    width: 150px;
    margin-right: 10px;
}
.rs-comment-list .one-photo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 130px;
}
.rs-comment-list .one-photo img {
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.dropzone.rs-dropzone {
    min-height: 100px;
}
.photo-container .swiper-button-next {
    right: 1px;
}
.photo-container .swiper-button-prev {
    left: 1px;
}

