.delivery-payment,
.analogues-products {
    padding: 70px 0;
}

.delivery-payment__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: stretch;
}

.delivery-payment__card {
    background-color: var(--color-bg);
}

.delivery-payment__card-inner {
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.delivery-payment__top {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 19px;
}

.delivery-payment__title {
    font-size: 30px;
    font-weight: 600;
    color: var(--color-dark);
    line-height: 42px;
}

.delivery-payment__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.delivery-payment__list-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-dark);
    line-height: 20.3px;
    position: relative;
    padding-left: 27px;
}

.delivery-payment__list-item::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    left: 0;
    top: -2px;
    background: url(../img/icons/check-blue.svg) no-repeat;
}

.delivery-payment__list-item img {
    flex-shrink: 0;
}

.delivery-payment__calc {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    padding-top: 7px;
}

.delivery-payment__input-wrap {
    flex: 0 1 350px;
    flex-shrink: 0;
    height: 50px;
    padding: 10px;
    background-color: var(--color-simple-white);
    display: flex;
    align-items: center;
    gap: 10px;
}

.delivery-payment__input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-dark);
    background-color: transparent;
}

.delivery-payment__input::placeholder {
    color: var(--color-dark);
}

.delivery-payment__bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
}

.delivery-payment__tc-label {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-gray);
    line-height: 20.3px;
}

.delivery-payment__logos {
    display: flex;
    align-items: center;
    gap: 20px;
}

.delivery-payment__logo-item {
    flex: 1;
    height: 50px;
    background-color: #dee1e2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.delivery-payment__logo-item img {
    max-height: 26px;
    width: auto;
    object-fit: contain;
}

.delivery-payment__edo {
    padding: 10px;
    background-color: var(--color-simple-white);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.delivery-payment__edo-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-dark);
    line-height: 20.3px;
}

.delivery-payment__edo-grid {
    display: flex;
    gap: 20px;
}

.delivery-payment__edo-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
}

.delivery-payment__edo-label {
    font-size: 10px;
    font-weight: 500;
    color: var(--color-dark);
    line-height: 14.5px;
}

.delivery-payment__edo-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    padding: 5px;
    background-color: var(--color-bg);
    outline: 1px solid var(--color-bg);
}

.delivery-payment__edo-code {
    font-size: 10px;
    font-weight: 500;
    color: var(--color-dark);
    line-height: 14.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}

.delivery-payment__copy-btn {
    background-color: none;
    border: none;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}

.delivery-payment__private {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 20px;
    border-top: 1px solid #dadfe2;
    margin-top: auto;
}

.delivery-payment__private-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-dark);
    line-height: 18.2px;
}

.delivery-payment__private-sub {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-gray);
    line-height: 20.3px;
}

.delivery-payment__pay-logos {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.delivery-payment__pay-logo {
    height: 35px;
    background-color: #dee1e2;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.delivery-payment__pay-logo img {
    max-height: 24px;
    width: auto;
    object-fit: contain;
}

.also-buy {
    padding: 70px 0;
    background-color: var(--color-simple-white);
    scroll-margin-top: 110px;
}

.also-buy__head {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.also-buy__title {
    font-size: 30px;
    font-weight: 600;
    color: var(--color-dark);
    line-height: 42px;
}

.also-buy__subtitle {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-gray);
    line-height: 25.2px;
}

.also-buy-slider-wrapper {
    position: relative;
}

.also-buy-card {
    height: 381px;
    padding: 30px;
    background-color: var(--color-bg);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}

.also-buy-card__img-wrap {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.also-buy-card__img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    height: 100%;
    object-fit: contain;
    object-position: bottom right;
    mix-blend-mode: darken;
}

.also-buy-card__img-wrap--65 img {
    height: 65%;
}

.also-buy-card__title {
    font-size: 23px;
    font-weight: 600;
    color: var(--color-dark);
    line-height: 33.35px;
    position: relative;
    z-index: 1;
    max-width: 95%;
}

.also-buy-card__btn {
    position: relative;
    z-index: 1;
    max-width: 147px;
}

.product-details__wrapper {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding: 20px 0px;
    margin-bottom: 25px;
}

.product-details__left {
    flex: 0 1 850px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    min-width: 0;
}

.product-details__right {
    flex: 0 0 410px;
    position: sticky;
    top: 95px;
}

.product-details__tabs {
    padding-top: 16px;
}

.tabs-nav {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    overflow-x: auto;
}

.tabs-nav::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.tabs-nav {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.tabs-nav__btn {
    height: 45px;
    padding: 8px 20px;
    background-color: var(--color-bg);
    border: none;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    color: var(--color-dark);
    white-space: nowrap;
    transition: all 0.2s ease;
}

.tabs-nav__btn.active {
    background-color: var(--color-dark);
    color: var(--color-simple-white);
}

.tabs-nav__count {
    color: var(--color-gray);
}

.tabs-nav__btn.active .tabs-nav__count {
    color: var(--color-simple-white);
    opacity: 0.7;
}

.tabs-content__item {
    display: none;
}

.tabs-content__item.active {
    display: block;
    animation: fadeIn 0.3s ease;
}

.product-description {
    max-width: 850px;
}

.product-description__content {
    max-width: 850px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.product-description__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: var(--color-dark);
    margin-bottom: 25px;
}

.product-description__text-block p {
    font-size: 14px;
    line-height: 130%;
    color: var(--color-gray);
    margin-bottom: 12px;
}

.product-description__text-block p:last-child {
    margin-bottom: 0;
}

.product-description__features {
    list-style: none;
    padding: 0;
    margin: 0 0 -8px 6px;
}

.product-description__features li {
    font-size: 14px;
    line-height: 18.2px;
    color: var(--color-gray);
    position: relative;
    padding-left: 15px;
}

.product-description__features li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #b3bbbe;
}

.product-description__subtitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
    color: var(--color-dark);
    margin-top: -5px;
}

.product-description__info-note {
    font-size: 14px;
    color: var(--color-gray);
    font-style: normal;
}

.product-description__info-note a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease 0s;
}

.product-description__info-note a:hover {
    color: var(--color-dark-blue);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.product-specs {
    max-width: 850px;
}

.product-specs__col {
    max-width: 500px;
}

.product-specs__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: var(--color-dark);
    margin-bottom: 25px;
}

.product-specs__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: column;
    grid-template-rows: repeat(15, auto);
    column-gap: 40px;
}

.product-specs__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 5.5px 0;
    border-bottom: 1px dashed var(--color-bg);
    gap: 15px;
}

.product-specs__label {
    color: var(--color-gray);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
}

.product-specs__value {
    color: var(--color-dark);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    text-align: right;
}

#comp .product-specs__title {
    margin-bottom: 25px;
}

.product-docs {
    max-width: 850px;
}

.product-docs__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: var(--color-dark);
    margin-bottom: 10px;
}

.product-docs__intro {
    font-size: 14px;
    line-height: 18.2px;
    color: var(--color-gray);
    margin-bottom: 25px;
}

.product-docs__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.doc-card {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.doc-card:hover .doc-card__name {
    color: var(--color-dark-blue);
}

.doc-card__icon {
    width: 50px;
    height: 50px;
    background-color: var(--color-dark-blue);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.doc-card__icon img {
    width: 24px;
    height: 24px;
}

.doc-card__info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.doc-card__name {
    color: var(--color-dark);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    transition: color 0.2s ease;
}

.doc-card__meta {
    color: var(--color-gray);
    font-size: 12px;
    font-weight: 500;
}

.product-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 410px;
}

.product-buy-card {
    background-color: rgba(236, 238, 238, 0.71);
}

.wholesale-banner {
    position: relative;
    height: 66px;
}

.wholesale-banner img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.wholesale-banner__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    position: relative;
    z-index: 3;
    padding: 14.5px 18px;
}

.wholesale-banner__title {
    color: var(--color-simple-white);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
}

.wholesale-banner__subtitle {
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.45;
}

/* .wholesale-banner__img {
    position: absolute;
    width: 112px;
    height: 124px;
    right: -10px; 
    top: -28px;
    transform: rotate(4deg);
    z-index: 2; 
    object-fit: contain;
}

.wholesale-banner::before {
    content: "";
    position: absolute;
    width: 125px;
    height: 123px;
    left: 425px;
    top: 120px;
    background-color: #425be9;
    border-radius: 50%;
    transform: rotate(-198deg);
    filter: blur(81px);
    box-shadow: 162px 162px 162px #425be9;
    z-index: 1;
    pointer-events: none;
}

.wholesale-banner::after {
    content: "";
    position: absolute;
    width: 73px;
    height: 72px;
    left: 322px;
    top: -7px;
    background-color: var(--color-cyan);
    border-radius: 50%;
    transform: rotate(-198deg);
    filter: blur(62px);
    box-shadow: 124px 124px 124px var(--color-cyan);
    z-index: 1;
    pointer-events: none;
} */

.product-buy-card__main {
    padding: 20px;
    position: relative;
}

.price-block__tax {
    font-size: 12px;
    color: var(--color-gray);
    margin-bottom: 4px;
    display: block;
}

.price-block__values {
    display: flex;
    align-items: center;
    gap: 12px;
}

.price-actual {
    font-size: 24px;
    font-weight: 700;
    /*color: var(--color-red);*/
}

.price-old {
    font-size: 16px;
    text-decoration: line-through;
    color: var(--color-gray);
}

.stock-info {
    margin: 22px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.stock-info__item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-left: 25px;
}

.stock-info__item::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 3px;
}

.stock-info__item.bonuses {
    color: var(--color-accent);
}
.stock-info__item.in-stock {
    color: var(--color-green);
}

.stock-info__item.bonuses::before {
    background: url(../img/icons/logo-mini.svg) no-repeat;
}

.stock-info__item.in-stock::before {
    background: url(../img/icons/check-green.svg) no-repeat;
}

.product-card-buy-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-card-buy-actions__button {
    height: 45px;
    font-weight: 700;
    font-size: 15px;
    transition: background-color 0.3s ease 0s;
}

.floating-actions {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
}

.floating-actions .action-icon {
    color: var(--color-dark);
    transition: color 0.3s ease 0s;
}

.floating-actions .action-icon:hover {
    color: var(--color-accent);
}

.floating-actions .action-icon.active {
    color: var(--color-accent);
}

.product-benefits {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.benefit-item p {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-dark);
}

.benefit-item span {
    color: var(--color-gray);
    text-decoration: underline;
}

.manager-card-mini {
    position: relative;
    border: 1px solid var(--color-bg);
    padding: 25px 20px 20px;
    margin-top: 18px;
}

.status-badge {
    position: absolute;
    top: -11px;
    left: 20px;
    background-color: var(--color-simple-white);
    border: 1px solid var(--color-bg);
    padding: 2px 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.status-badge .dot {
    width: 6px;
    height: 6px;
    background-color: var(--color-green);
    border-radius: 50%;
}

.manager-card-mini__header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.manager-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.manager-name {
    display: block;
    font-weight: 600;
    font-size: 14px;
}

.manager-post {
    font-size: 12px;
    color: var(--color-gray);
}

.manager-card-mini__footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.contact-link,
.contact-phone {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: var(--text-dark);
    text-decoration: none;
}

.contact-link {
    color: var(--color-accent);
    text-decoration: underline;
    margin-bottom: 10px;
}

.manager-socials {
    display: flex;
    gap: 10px;
}

.social-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-btn--max {
    background-color: var(--color-gray-muted);
}

.social-btn--wa {
    background-color: var(--color-gray-light);
}

.social-btn--tg {
    background-color: var(--color-cyan);
}

.product-info {
    max-width: 410px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.product-info__title {
    color: var(--color-dark);
    font-size: 18px;
    font-weight: 600;
    line-height: 26.1px;
}

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

.product-sku {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--color-gray);
    font-size: 14px;
    font-weight: 500;
}

.product-stats {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-stats__rating {
    font-weight: 600;
    color: var(--color-dark);
    font-size: 14px;
}

.product-stats__link {
    color: var(--color-gray);
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px dashed var(--color-gray);
}

.product-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-brand__logo {
    width: 50px;
    height: 50px;
    border: 1px solid var(--color-gray-lighter);
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-brand__link {
    color: var(--color-accent);
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
}

.ui-field {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ui-field__label {
    color: var(--color-gray-dark);
    font-size: 14px;
    font-weight: 500;
}

.ui-select {
    position: relative;
    width: 100%;
}

.ui-select__header {
    height: 35px;
    border: 1px solid var(--color-gray-lighter);
    background-color: var(--color-simple-white);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 14px 0 5px;
    cursor: pointer;
}

.status-dot {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 8px;
}
.status-dot--green {
    background-color: var(--color-green);
}
.status-dot--gray {
    background-color: var(--color-gray-muted);
}

.ui-select__arrow {
    width: 18px;
    height: 18px;
    background-color: url("img/icons/chevron.svg") no-repeat center;
}

.ui-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ui-chip {
    height: 30px;
    padding: 6px 14px;
    border: 1px solid var(--color-gray-lighter);
    background-color: var(--color-simple-white);
    color: var(--color-dark);
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
}

.ui-chip.is-active {
    background-color: var(--color-dark-blue);
    color: var(--color-simple-white);
    border-color: var(--color-dark-blue);
}

.product-preview-specs {
    padding-top: 18px;
}

.product-preview-specs__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.product-preview-specs__title {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-dark);
}

.product-preview-specs__more {
    color: var(--color-accent);
    font-size: 14px;
    text-decoration: underline;
}

.spec-row {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid var(--color-bg);
    font-size: 14px;
}

.spec-row__label {
    color: var(--color-gray);
    font-weight: 500;
}
.spec-row__value {
    color: var(--color-dark);
    font-weight: 500;
}

.product-consumables {
    color: var(--color-accent);
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    margin-top: 10px;
}

.qa-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.qa-section__header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
}

.qa-section__title {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-dark);
}

.qa-section__count {
    font-size: 20px;
    font-weight: 500;
    color: var(--color-gray);
}

.qa-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.qa-card {
    padding: 30px;
    background-color: var(--color-bg);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.qa-card__question {
    padding-bottom: 20px;
    border-bottom: 1px solid #dadfe2;
}

.qa-card__label {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: var(--color-dark);
    margin-bottom: 10px;
}

.qa-card__text {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
    color: var(--color-gray);
}

.qa-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 21px;
}

.qa-votes {
    display: flex;
    gap: 10px;
}

.qa-votes__btn {
    display: flex;
    align-items: center;
    gap: 9px;
    background-color: var(--color-simple-white);
    padding: 6px 10px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-gray);
}

.qa-card__meta {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-gray);
}

.qa-card__answer {
    padding-left: 20px;
    border-left: 2px solid var(--color-cyan);
}

.product-details-tabs__btn-action {
    height: 45px;
    background-color: var(--color-dark-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
    color: var(--color-simple-white);
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.2s;
}

.product-details-tabs__btn-action:hover {
    background-color: #164a75;
}

.product-details-tabs-reviews__show-more {
    margin-top: 0;
    background-color: var(--color-bg);
}

.product-details-tabs-reviews__show-more.hidden {
    display: none;
}

.qa-section__pagination,
.reviews-section__pagination {
    padding-top: 40px !important;
}

.product-details-tabs-reviews,
.product-details-tabs-reviews__list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.product-details-tabs-reviews__header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
}

.product-details-tabs-reviews__title {
    color: var(--color-dark);
    font-size: 20px;
    font-weight: 600;
}

.product-details-tabs-reviews__count {
    color: var(--color-gray);
    font-size: 20px;
    font-weight: 500;
}

.review-item {
    background-color: var(--color-bg);
    padding: 30px;
    padding-top: 22px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.review-item__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dadfe2;
    padding-bottom: 10px;
}

.review-item__author {
    color: var(--color-dark);
    font-size: 21px;
    font-weight: 500;
}

.review-item__rating {
    display: flex;
    align-items: center;
    gap: 10px;
}

.review-item__score {
    color: var(--color-dark);
    font-size: 25px;
    font-weight: 500;
}

.review-item__stars {
    display: flex;
    gap: 5px;
}

.review-item__stars img {
    width: 16px;
}

.review-rating-input__stars {
    display: flex;
    gap: 8px;
    margin-top: -10px;
    margin-left: 30px;
}

.review-rating-input__star {
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    line-height: 0;
}

.review-rating-input__star img {
    width: 28px;
    height: 28px;
    opacity: 0.25;
    transition: opacity 0.2s ease;
}

.review-rating-input__star.is-active img,
.review-rating-input__star.is-hover img {
    opacity: 1;
}

.review-item__body {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.review-item__group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.review-item__label {
    color: var(--color-dark);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.review-item__text {
    color: var(--color-gray);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}

.review-item__gallery {
    width: 100%;
}

.review-item__gallery .swiper-slide {
    position: relative;
    padding-bottom: 15.2%;
}
.review-item__gallery img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid var(--color-simple-white);
    object-fit: cover;
}

.review-item__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #dadfe2;
    padding-top: 20px;
}

.review-item__votes {
    display: flex;
    gap: 10px;
}

.vote-btn {
    background-color: var(--color-simple-white);
    border: none;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--color-gray);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.vote-btn:disabled,
.qa-votes__btn:disabled {
    cursor: default;
    opacity: 0.6;
}

.vote-btn.is-active,
.qa-votes__btn.is-active {
    color: var(--color-dark-blue);
}

.vote-btn--dislike img {
    transform: rotate(180deg);
}

.review-item__date {
    color: var(--color-gray);
    font-size: 14px;
    font-weight: 500;
}

.product-details-tabs-reviews__submit {
    height: 45px;
    background-color: var(--color-dark-blue);
    color: var(--color-simple-white);
    font-size: 15px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;
    cursor: pointer;
    width: 100%;
}

.swiper-dotts.review-item-gallery-dotts {
    display: flex !important;
}

.none-content-product-tabs {
    background-color: var(--color-bg);
    padding: 30px;
    display: flex;
    gap: 20px;
}

.none-content-product-tabs__icon {
    flex: 0 0 43px;
    height: 43px;
}

.none-content-product-tabs__text-title {
    font-size: 16px;
    line-height: 118%;
    font-weight: 700;
    margin-bottom: 10px;
}

.none-content-product-tabs__text-desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: var(--color-gray);
}

.info-product-card {
    flex: 1 1 auto;
    display: inline-flex;
    flex-direction: column;
    gap: 15px;

    color: var(--color-dark);
    max-width: 100%;
}

.info-product-card__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
    margin: 0;
}

.info-product-card__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.info-product-card__sku {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--color-gray);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.3s ease 0s;
}

.info-product-card__sku:hover {
    color: #061624;
}

.info-product-card__copy-btn {
    color: inherit;
}

.info-product-card__feedback {
    display: flex;
    align-items: center;
    gap: 10px;
}

.info-product-card__rating {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
}

.info-product-card__rating-value {
    font-weight: 600;
}

.info-product-card__rating img {
    width: 14px;
    height: 14px;
    margin-top: -4px;
}

.info-product-card__questions {
    display: flex;
    align-items: center;
    gap: 6px;
}

.info-product-card__questions-icon {
    flex: 0 0 16px;
    height: 16px;
}

.info-product-card__reviews-count,
.info-product-card__questions-count {
    color: var(--color-gray);
    font-weight: 500;
}

.info-product-card__brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.info-product-card__brand-logo {
    width: 133px;
    height: 50px;
    outline: 1px solid var(--color-gray-lighter);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.info-product-card__brand-link {
    color: var(--color-accent);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid var(--color-accent);
}
/* 
.info-product-card__select {
    height: 35px;
    padding: 0 14px 0 5px;
    outline: 1px solid var(--color-gray-lighter);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--color-simple-white);
    cursor: pointer;
}

.info-product-card__select-status {
    width: 8px;
    height: 8px;
    background-color: var(--color-green);
    margin-right: 8px;
} */

.info-product-card__select-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.info-product-card__option-label {
    color: var(--color-gray-dark);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

.info-product-card__custom-select {
    position: relative;
    width: 100%;
    user-select: none;
}

.info-product-card__select-header {
    height: 35px;
    padding: 0 14px 0 5px;
    background-color: var(--color-simple-white);
    border: 1px solid var(--color-gray-lighter);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.info-product-card__select-header:hover {
    border-color: var(--color-gray);
}

.info-product-card__select-selected {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow: hidden;
}

.info-product-card__status {
    width: 8px;
    height: 8px;
    flex-shrink: 0;
    background-color: var(--color-gray-muted);
    border-radius: 50%;
}

.info-product-card__status--active {
    background-color: var(--color-green);
}

.info-product-card__select-current {
    color: var(--color-dark);
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-product-card__select-arrow {
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
}

.info-product-card__select-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: var(--color-simple-white);
    border: 1px solid var(--color-gray-lighter);
    flex-direction: column;
    padding: 15px;
    padding-bottom: 0px;
    z-index: 100;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.info-product-card__custom-select--open .info-product-card__select-dropdown {
    display: flex;
}

.info-product-card__custom-select--open .info-product-card__select-arrow {
    transform: rotate(180deg);
}

.info-product-card__select-search {
    margin-bottom: 10px;
}

.info-product-card__search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.info-product-card__search-input {
    width: 100%;
    height: 40px;
    padding: 0 40px 0 15px;
    background-color: var(--color-bg);
    border: none;
    font-size: 12px;
    color: var(--color-dark);
    outline: none;
}

.info-product-card__search-input::placeholder {
    color: var(--color-gray);
}

.info-product-card__search-input:focus + .info-product-card__search-icon {
    color: #061624;
}

.info-product-card__search-icon {
    position: absolute;
    right: 15px;
    display: flex;
    pointer-events: none;
    color: var(--color-gray);
    transition: color 0.3s ease 0s;
}

.info-product-card__select-scroll-area {
    max-height: 191px;
    overflow-y: auto;
    padding-right: 5px;
}

.info-product-card__select-scroll-area::-webkit-scrollbar {
    width: 6px;
}

.info-product-card__select-scroll-area::-webkit-scrollbar-thumb {
    border-radius: 100px;
    width: 6px;
    background-color: var(--color-bg);
}

.info-product-card__select-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 0;
    border-bottom: 1px solid var(--color-bg);
    cursor: pointer;
    transition: background 0.2s ease;
}

.info-product-card__select-item:last-child {
    border-bottom: none;
}

.info-product-card__select-item:hover {
    background-color: #f9fafa;
}

.info-product-card__item-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.info-product-card__item-name {
    color: var(--color-dark);
    font-size: 14px;
    font-weight: 500;
}

.info-product-card__item-price {
    color: var(--color-dark-blue);
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
}

.info-product-card__options {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.info-product-card__option-label {
    color: var(--color-gray-dark);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
}

.info-product-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.info-product-card__tag {
    cursor: pointer;
    display: block;
}

.info-product-card__tag-input {
    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;
}

.info-product-card__tag-text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 6px 14px;
    background-color: var(--color-simple-white);
    outline: 1px solid var(--color-gray-lighter);
    font-size: 14px;
    color: var(--color-dark);
    transition: all 0.2s ease;
    user-select: none;
}

.info-product-card__tag:hover .info-product-card__tag-text {
    background-color: #f5f7f8;
}

.info-product-card__tag-input:checked + .info-product-card__tag-text {
    background-color: var(--color-dark-blue);
    color: var(--color-simple-white);
    outline: 1px solid var(--color-dark-blue);
}

.info-product-card__tag-input:focus-visible + .info-product-card__tag-text {
    outline: 2px solid var(--color-accent);
    outline-offset: 2px;
}

.info-product-card__specs {
    padding-top: 18px;
}

.info-product-card__specs-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.info-product-card__specs-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.info-product-card__link-more,
.info-product-card__link-secondary,
.qa-card__text a {
    color: var(--color-accent);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid var(--color-accent);
    transition:
        color 0.3s ease 0s,
        border-color 0.3s ease 0s;
}

.info-product-card__link-more:hover,
.info-product-card__link-secondary:hover,
.qa-card__text a:hover {
    color: #061624;
    border-color: #061624;
}

.info-product-card__spec-item {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid var(--color-bg);
    font-size: 14px;
}

.info-product-card__spec-name {
    color: var(--color-gray);
    font-weight: 500;
}

.info-product-card__spec-value {
    font-weight: 500;
    text-align: right;
}

.info-product-card__footer {
    padding-top: 10px;
}

.product-details__top {
    display: flex;
    gap: 30px;
}

.product-details__main-slider {
    min-width: 0;
    flex: 0 0 410px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.main-slider-produc-card__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.main-slider-produc-card__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    padding: 8px 15px;
    border: none;
    cursor: pointer;

    transition: all 0.2s ease;
    box-sizing: border-box;
}

.main-slider-produc-card__btn--primary {
    flex: 1;
    background-color: var(--color-dark-blue);
    color: var(--color-simple-white);
}

.main-slider-produc-card__btn--primary:hover {
    background-color: var(--color-accent);
}

.main-slider-produc-card__btn--outline {
    flex-shrink: 0;
    background-color: transparent;
    color: var(--color-dark-blue);
    outline: 1px solid var(--color-dark-blue);
    outline-offset: -1px;
    padding-left: 10px;
    padding-right: 10px;
}

.main-slider-produc-card__btn--outline:hover {
    background-color: rgba(15, 56, 90, 0.05);
}

.main-slider-produc-card__btn-text {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
}

.main-slider-produc-card__btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-left: 6px;
}

@media (max-width: 360px) {
    .main-slider-produc-card__btn-text {
        font-size: 11px;
    }
}

.slider-customers-product-card__title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
    color: var(--color-dark);
}

.slider-customers-product-card-slider {
    position: relative;
}

.slider-customers-product-card-slider .slider-nav {
    width: 30px;
    height: 30px;
}

.slider-customers-product-card-slider .slider-nav svg {
    width: 12px;
    height: 12px;
}

.slider-customers-product-card-slider .slider-nav--prev {
    left: -14.5px;
}

.slider-customers-product-card-slider .slider-nav--next {
    right: -14.5px;
}

.slider-customers-product-card__slide {
    height: 66px;
}

.slider-customers-product-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
}

.slider-customers-product-card__next {
    width: 56px;
    height: 56px;
    background-color: var(--color-simple-white);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    right: -28px;
    top: 50%;
    transform: translateY(-50%);
}

.slider-customers-product-card__next::after {
    display: none;
}

.slider-customers-product-card__next svg {
    width: 24px;
    height: 24px;
}

.product-gallery__container {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    background-color: var(--color-simple-white);
}

.product-gallery__thumbs {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40px;
    gap: 10px;
}

.product-gallery__thumbs .product-gallery__arrow.swiper-button-lock {
    display: none !important;
}

.product-gallery__thumbs-slider {
    height: 300px;
    width: 40px;
}

.product-gallery__thumbs-slider .swiper-slide {
    height: 40px !important;
    cursor: pointer;
    border: 1px solid transparent;
    transition: border-color 0.3s;
}

.product-gallery__thumbs-slider .swiper-slide-thumb-active {
    border-color: var(--color-accent);
}

.product-gallery__thumbs-slider img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-gallery__arrow {
    background-color: none;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 5px 0;
}

.product-gallery__main-slider {
    flex: 1;
    height: 360px;
    position: relative;
    background-color: var(--color-simple-white);
}

.product-gallery__main-slider img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-gallery__labels {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    display: flex;
    gap: 10px;
}

.product-label {
    display: flex;
    align-items: center;
    gap: 5px;
}

.product-label--hit {
    background-color: var(--color-red);
}

.product-label--sale {
    background-color: var(--color-cyan);
}

.product-details__right--modile {
    display: none;
}

@media (max-width: 1280px) {
    .product-details__right {
        flex: 0 0 380px;
    }
    .product-details__main-slider {
        flex: 0 0 360px;
    }
    .delivery-payment__calc {
        flex-direction: column;
        align-items: flex-start;
    }
    .delivery-payment__input-wrap {
        flex: 1 1 auto;
        width: 100%;
    }
    .delivery-payment__btn {
        width: 100% !important;
    }
    .delivery-payment__edo-grid {
        flex-direction: column;
        gap: 10px;
    }
    .delivery-payment__logos {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 15px;
        row-gap: 10px;
    }
}

@media (max-width: 1180px) {
    .product-details__right {
        flex: 0 0 334px;
    }
    .product-details__main-slider {
        flex: 0 0 340px;
    }
}

@media (max-width: 1100px) {
    .product-details__right--desctop {
        display: none;
    }
    .product-details__wrapper {
        display: block;
    }
    .product-details__right--modile {
        position: relative;
        display: block;
        top: 0px;
    }
    .product-details__main-slider {
        flex: 0 0 410px;
    }
    .product-sidebar {
        max-width: 100%;
    }
    .product-details__tabs {
        padding: 0px;
    }
}

@media (max-width: 992px) {
    .analogues-products {
        padding: 40px 0px;
    }

    .delivery-payment,
    .also-buy {
        padding: 30px 0px;
    }
    .product-details__main-slider {
        flex: 0 0 320px;
    }
}

@media (max-width: 900px) {
    .delivery-payment__grid {
        grid-template-columns: 1fr;
    }

    .delivery-payment__calc {
        flex-direction: column;
        align-items: stretch;
    }

    .delivery-payment__input-wrap {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .also-buy__title {
        font-size: 24px;
        line-height: 33px;
    }

    .also-buy__subtitle {
        font-size: 16px;
        line-height: 140%;
    }

    .also-buy-card {
        height: 340px;
        padding: 20px;
    }

    .also-buy-card__title {
        font-size: 19px;
        max-width: 60%;
    }
    .review-item__gallery .swiper-slide {
        padding-bottom: 28%;
        height: 90px;
    }
    .tabs-nav {
        margin-right: -20px;
    }

    .product-details__top {
        flex-direction: column;
    }
    .product-gallery__thumbs {
        display: none;
    }
    .product-gallery-dotts {
        margin-top: 0px !important;
        position: relative;
        z-index: 10;
    }

    .product-gallery__main-slider .swiper-slide img {
        height: 90%;
        top: 15px;
        position: absolute;
    }
    .slider-customers-product-card__slide {
        height: 90px;
    }
    .product-specs__grid {
        display: block;
    }
}

@media (max-width: 640px) {
    .also-buy-card {
        height: 230px;
        padding: 18px;
    }
    .also-buy__head {
        margin-bottom: 25px;
    }
    .also-buy__title {
        font-size: 22px;
        line-height: 140%;
    }
    .also-buy-card__title {
        font-size: 14px;
        line-height: 145%;
        max-width: 100%;
    }
    .tabs-nav__btn {
        font-size: 12px;
        height: 40px;
        padding: 8px 18px;
    }
    .product-description__title {
        font-size: 18px;
        line-height: 140%;
        margin-bottom: 15px;
    }
    .product-description__subtitle {
        margin-top: 0px;
    }
    .product-specs__title {
        margin-bottom: 20px;
    }
    .product-specs__label,
    .product-specs__value {
        font-size: 12px;
    }
    #comp .product-specs__title {
        margin-bottom: 10px;
    }
    .product-details-tabs-reviews__header,
    .qa-section__header {
        padding-bottom: 0;
    }
    .vote-btn {
        padding: 6px 10px;
    }

    .review-item__stars {
        gap: 2px;
    }
    .qa-section__pagination,
    .reviews-section__pagination {
        padding-top: 0 !important;
    }
    .tabs-nav {
        margin-right: -10px;
    }
    .product-gallery__labels .badge-product-card {
        padding: 4px 10px 4px 5px;
        font-size: 10px;
    }

    .product-gallery__labels .badge-product-card__icon {
        width: 14px;
        height: 14px;
    }
    .product-details__wrapper {
        margin-bottom: 0px;
    }
    .slider-customers-product-card__slide {
        height: 66px;
    }
}

@media (max-width: 540px) {
    .delivery-payment__edo-grid {
        flex-direction: column;
    }

    .delivery-payment__logos {
        flex-wrap: wrap;
    }

    .delivery-payment__logo-item {
        flex: 1 1 calc(50% - 10px);
    }

    .delivery-payment__top,
    .delivery-payment__card-inner {
        gap: 15px;
    }

    .delivery-payment__edo,
    .delivery-payment__private {
        margin-top: 6px;
    }

    .delivery-payment__card-inner {
        padding: 20px;
    }

    .delivery-payment__title {
        font-size: 22px;
    }

    .delivery-payment__list-item {
        align-items: flex-start;
    }

    .delivery-payment__private {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 360px) {
    .review-item__date,
    .qa-card__meta {
        font-size: 12px;
    }
    .review-item,
    .qa-card {
        padding: 18px;
    }

    .qa-votes {
        gap: 8px;
    }
}

/******** SKU *****/
.info-product-card__sku.is-copied {
    color: var(--color-accent);
}

.info-product-card__sku-toast {
    position: absolute;
    bottom: calc(100% + 8px);
    left: 0;
    z-index: 5;
    padding: 6px 10px;
    border-radius: 6px;
    background-color: var(--color-simple-white);
    box-shadow: 0 4px 16px rgba(6, 22, 36, 0.12);
    color: var(--color-dark);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease 0s;
}

.info-product-card__sku-toast--visible {
    opacity: 1;
}

/******** Description ************/
.product-description__content p {
    font-size: 14px;
    line-height: 130%;
    color: var(--color-gray);
    margin-bottom: 12px;
}

.product-description__content ul{
    list-style: none;
    padding: 0;
    margin: 0 0 -8px 6px;
}

.product-description__content li {
    font-size: 14px;
    line-height: 18.2px;
    color: var(--color-gray);
    position: relative;
    padding-left: 15px;
}

.product-description__content li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #b3bbbe;
}

/**************** Stock **********/
.stock-info .status-text-pc {
    font-size: 14px;
    padding-left: 25px;

}

.stock-info .status-text-pc::before {
    top: 1px;
}