.productColumnFix {
    width: 410px;
    max-width: 100%;
}

/* newcart */
.product__newcart {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    border-radius: 6px;
    background: #f5f5f5;
    width: 100%;
    max-width: 328px
}

.product__newcart>*+* {
    margin-top: 12px;
}

.product__newcart-price {
    align-self: flex-start;
    display: block;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    color: #000;
}

.product__newcart-delivery {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-align: center;
    color: #000;
}

.product__newcart-delivery span {
    font-weight: 500;
}

.product__newcart .btn {
    font-size: 16px;
    line-height: 120%;
    height: 42px;
}

/* params */
.product__params {
    width: 100%;
    display: none;
}

.product__params-item {
    width: 100%;
}

.product__params-toggler {
    position: relative;
    cursor: pointer;
    user-select: none;
}

.product__params-toggler::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    width: 24px;
    height: 24px;
    background: url('/images/product/chevron-up-cb.svg') no-repeat center center / 24px;
    transition: all .2s;
}

.product__params-toggler.active::before {
    transform: translateY(-50%) rotate(0);
}

.product__params-item {
    display: flex;
    align-items: flex-end;
}

.product__params-item-prop {
    order: 1;
}

.product__params-item-value {
    order: 3;
}

.product__params-item:after {
    margin: 0 16px;
    order: 2;
    content: '';
    flex-grow: 1;
    border-bottom: 2px dotted #DFDFDF;
}

/* shop */
.product__shop {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #F5F5F5;
    border-radius: 12px;
    padding: 24px;
    color:#000000
}

.product__shop>*+* {
    margin-left: 16px;
}

.product__shop-image {
    display: flex;
    width: 62px;
    height: 62px;
    min-width: 62px;
    min-height: 62px;
    background: #000;
    border-radius: 50%;
    overflow: hidden;
}

.product__shop-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product__shop-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.product__shop-content>*+* {
    margin-top: 4px;
}

.product__shop-name {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.product__shop-status {
    display: flex;
    align-items: center;
}

.product__shop-status>*+* {
    position: relative;
    padding-left: 8px;
    margin-left: 8px;
}

.product__shop-status>*+*::before {
    content: '';
    display: block;
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #8F8F8F;
    border-radius: 50%;
}

.product__shop-stars {
    padding-left: 20px;
    background: url('/images/v2/star-active.svg') no-repeat left center / 14px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.product__shop-commends,
.product__shop-buyers {
    color: #8F8F8F;
    font-weight: 500;
}

.reviews__filter {
    margin-bottom: 20px;
    display: flex;
}

.reviews__filter>*+* {
    margin-left: 8px;
}

.reviews__main-block+.reviews__main-block {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ECECEC;
}

.reviews__main-item {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}

.reviews__main-item+.reviews__main-item {
    margin-top: 16px;
}

.reviews__main-item+.reviews__main-item .reviews__main-item-avatar {
    display: none;
}

.reviews__filter {}

.reviews__filter>*+* {
    margin-left: 8px;
}

.reviews__filter-item {
    padding: 7px 10px;
    background: #F5F5F5;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.4px;
    border-radius: 8px;
    cursor: pointer;
}

.reviews__filter-item:hover {
    background: #F9f9f9;
}

.reviews__filter-item.active {
    background: #F66;
    color: #fff;
    cursor: default;
}

.reviews__galery-item {
    display: flex;
}

.customers-image.thisVideo {
    position: relative;
}

.customers-image.thisVideo::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('/new/play-cw.svg') no-repeat center center / 20px;
    margin: 0;
}

.reviews__statistic-label {
    padding-left: 3px;
    display: flex;
    align-items: center;
}

.reviews__statistic-label+.reviews__statistic-label {
    margin-top: 8px;
}

.reviews__statistic-label .checkbox.mini input[type=checkbox] {
    min-width: 16px;
    width: 16px;
    height: 16px;
}

.reviews__statistic-label .checkbox.mini input[type=checkbox]::before {
    min-width: 16px;
    width: 16px;
    height: 16px;
}

.reviews__statistic-label .reviews__statistic-review {
    display: flex;
    align-items: center;
}

.reviews__statistic-label .reviews__statistic-review span {
    line-height: 16px;
}

.carefulPanels {
    margin: 64px 0;
    display: flex;
}

.carefulPanels>*+* {
    margin-left: 32px;
}

.carefulPanels__item {
    width: 425px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.carefulPanels__item>*+* {
    margin-top: 10px;
}

.carefulPanels__item-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.carefulPanels__item[data-styles*=protect] .carefulPanels__item-title {
    padding-left: 44px;
    background: url('/images/product/careful-1.svg') no-repeat left center / 32px;
}

.carefulPanels__item[data-styles*=cancel] .carefulPanels__item-title {
    padding-left: 44px;
    background: url('/images/product/careful-2.svg') no-repeat left center / 32px;
}

.carefulPanels__item-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

@media (max-width: 994px) {
    .product__item {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 700px) {
    .carefulPanels {
        flex-direction: column;
    }

    .carefulPanels>*+* {
        margin-left: 0;
        margin-top: 32px;
    }

    .carefulPanels__item {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .product__shop-status {
        width: 100%;
        max-width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        overflow: hidden;
    }

    .product__shop-status>* {
        transform: translateX(-16px);
    }

    .product__shop-status>*:first-child {
        margin-left: 16px;
    }
}
.product__newcart-delivery:not(.isCalculated)
{
   opacity: 0;
}
.product__item-title.product__params-toggler + .product__item-group {
    margin-bottom: -35px;
}
.product__item-title.product__params-toggler.active + .product__item-group {
    margin-bottom: -20px;
}
.product__size + .product__size {
    bottom: 55px;
}
@media (max-width: 992px) {
    .product__size + .product__size {
        top: 55px;
    }
}
.href-button {
    background-color: #e9e9e9;
    padding: 3px 13px;
    border-radius: 15px;
    color: #000;
    margin: 3px;
    display: inline-grid;
}
.characteristic
{
    margin-top: 10px;
}

.color-block {
    cursor: pointer;
    text-align: center;
}
.color-block.active .color-circle {
    border: 2px solid rgb(239 68 68);
    opacity: 1;
}
.color-circle {
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    border: 1px solid #adb4be;
    transition: all;
    display: block;
    margin: 0 auto;
    opacity: .5;
}
.color-container {
    justify-content: left;
    align-items: flex-start;
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}
.color-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1px;
}
.main__products-item-tag {
    padding: 2.5px 12px;
    border-radius: 100px;
    z-index: 500;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: auto;
    pointer-events: none;
    background-color: #f66;
    display: inline-block;
    margin-bottom: 6px;
    color: #fff;
}
.tags-list {
    position: absolute;
    top: 12px;
    left: 8px;
    padding: 2.5px 8px;
    border-radius: 100px;
    z-index: 500;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: auto;
    pointer-events: none;
}

/* Mobile adaptive: show slider, hide gallery on screens <= 552px */
.bc-552-remove {
    display: block;
}

@media (max-width: 552px) {
    .bc-552-remove {
        display: none !important;
    }
}

.bc-552-add {
    display: none;
}

@media (max-width: 552px) {
    .bc-552-add {
        display: block;
    }
}