.product-card__specs p{
    margin:0;
    font-size: 16px;
}
.product-card__box .product-item-scu-item-list{
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}
.product-card__box .product-item-scu-item-list .product-item-scu-item-color-block,
.product-card__color-picking.mobile  .product-item-scu-item-color-block{
    outline: 0;
}
.product-card__box .product-item-scu-item-list .product-item-scu-item-color,
.product-card__color-picking.mobile .product-item-scu-item-color{
    cursor: pointer;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.product-card__box .product-item-scu-item-list .product-card__color-picking--item.selected,
.product-card__color-picking.mobile .product-card__color-picking--item.js-active{
    width: 26px;
    height: 26px;
}
.product-card__box .product-item-scu-item-list .product-card__color-picking--item.selected .product-item-scu-item-color{
    width: 26px;
    height: 26px;
    border: 4px solid #E9E9E9;
}
.product-card__color-picking.mobile .product-card__color-picking--item.js-active .product-item-scu-item-color{
    width: 27px;
    height: 27px;
    border: 4px solid #E9E9E9;
}
.hide_0{
    display: none;
}
.product-card__color-picking.mobile .product-card__color-picking--item{
    list-style-type: none;
}
.detail_to_cart {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    background-color: transparent;
    border: none;
    outline: 0;
    text-decoration: none;
    text-transform: none;
    color: black;
    border-radius: 12px;
    font-size: 20px;
    gap: 10px;
    background: #3B3B4D;
    color: #FFFFFF;
}
.detail_to_cart img {
    width: 26px;
    height: 26px;
}

.detail_to_cart:hover{
    color: #FFFFFF;
}
.mobile_to_cart{
    cursor: pointer;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 56px;
    background-color: transparent;
    border: none;
    outline: 0;
    text-decoration: none;
    text-transform: none;
    color: black;
    border-radius: 12px;
    font-size: 16px;
    gap: 12px;
    background: #3B3B4D;
    color: #FFFFFF;
}
.mobile_to_cart img {
    width: 24px;
    height: 24px;
}
.preview_text{
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 30px;
}
.product-card__futures--item p,
.product-card__futures--item span{
    font-size: 16px;
}
.product-card__futures--item span {
    text-align: right;
	font-family: 'Gilroy-SemiBold', sans-serif;
}
.product-card__futures--item p{
    margin-bottom: 0;
}
.product-card__futures--item{
    margin-bottom: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.product-card__desc{
    font-size: 16px;
}
.anons_descr{
    padding: 10px 16px;
}
.hero_cart{
    padding-bottom: 66px;
}



.popup-window.popup-window-with-titlebar {
    /* padding: 56px 129px; */
    border-radius: 24px;
}
.popup-window-titlebar-text, .popup-window-titlebar-text-version {
    color: #2D2E3D;
    text-align: center;
    font-weight: 500;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .preview_text{
        margin-bottom: 1rem;
    }
    .mobile_to_cart {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 50%;
        width: calc(100vw - 32px);
        transform: translate(-50%, 0);
    }

    .product-card__box{
        display: block;
    }
    .btn-like{
        display: none;
    }
    .detail_to_cart{
        position: fixed;
        bottom: 16px;
        left: 50%;

        display: flex;

        width: calc(100% - 32px);
        height: 56px;

        transform: translateX(-50%);

        font-size: 16px;
        text-align: center;
        align-items: center;

        z-index: 999;
    }
    .detail_to_cart img {
        width: 24px;
        height: 24px;
    }
	.popup-window-titlebar-text, .popup-window-titlebar-text-version {	
	    font-size: 26.67px;
		line-height: 32px;
	}
}
@media screen and (min-width: 768px) {
	.popup-window-titlebar-text, .popup-window-titlebar-text-version {
		font-size: 32px;
		line-height: 38.4px;
	}
	.popup-window.popup-window-with-titlebar {
		padding: 56px 129px; 
		border-radius: 24px;
	}
}