.cost-info.loading, .js-store-prod-price.loading, .t-store__card__price.loading{
    position: relative;
}

.cost-info.loading div, .js-store-prod-price.loading, .t-store__card__price.loading, .custom-price-wrapper.loading{
    color: transparent !important;
}

.custom-price-wrapper.loading div{
    color: transparent !important;
}

.cost-info.loading::after, .t-store__card__price.loading:after {
    content: '';
    position: absolute;
    width: 1em;
    height: 1em;
    border: 3px solid #ededed;
    border-top: 3px solid var(--uc-button-bgcolor-eYbEI0T9Im);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    left: calc(50% - calc(0.5em + 3px));
    top: calc(50% - calc(0.5em + 3px));
}

#price-wrapper.loading:after{
    content: '';
    position: absolute;
    width: 2em;
    height: 2em;
    border: 4px solid #ededed;
    border-top: 4px solid var(--uc-button-bgcolor-eYbEI0T9Im);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    left: 0rem;
    top: 0;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.custom-price-wrapper .product-cost{
    font-weight: 400;
    font-family: Roboto;
    color: #3a3a3a;
    display: flex;
    font-size: 1.3em;
}

.custom-price-wrapper .product-hint-cost{
    font-weight: 400;
    font-family: Roboto;
    color: #9f9f9f;
    font-size: 0.75em;
    display: flex;
}

.custom-price-wrapper{
    position: relative;
    margin-bottom: 0.5em;
}

.product-price-wrapper{
    display: flex;
}

.loading .price-description{
    visibility: hidden;
}

.t-store__prod-popup__info .disabled-link {
    pointer-events: none;
    cursor: default;
    background-color: #dfb8b9 !important;
}

.js-store-price-wrapper.loading .t-store__card__price{
    visibility: hidden;
}


.js-store-price-wrapper.loading:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border: 3px solid #ededed;
    border-top: 3px solid var(--uc-button-bgcolor-eYbEI0T9Im);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    left: calc(50% - calc(10px));
    top: 0;
}

.recalculate-span{
    color: #3a5167;
    border-bottom: 1px solid;
    cursor: pointer;
}

.recalculate-span, .load-scu-data-btn{
    color: #3a5167;
    border-bottom: 1px solid;
    cursor: pointer;
}

.recalculate-span:hover, .load-scu-data-btn:hover{
    color: #34485c;
}

.currency-text{
    margin: 0 0.3em;
}

.loading .product-price-wrapper{
    visibility: hidden;
}

.t-input-group.loading .t-calc,
.t-input-group.loading .t-calc__postfix-text{
    visibility: hidden;
    position: relative;
}

.t-input-group.loading .t-calc:after{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border: 3px solid #ededed;
    border-top: 3px solid var(--uc-button-bgcolor-eYbEI0T9Im);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    top: 0px;
    left: 10px;
    visibility: visible;
}

.recalculate-span:hover{
    color: #34485c;
}

.price-field-err-msg, price-field-loading-err-msg{
    color: #e56c6c;
    margin-top: 0.5em
}

.t-input-group{
    position: relative;
}

@media screen and (max-width: 960px) {
    .t-quiz-step__media .t-quiz__step__img{
        position: relative !important;
    }
}

.t-store__prod-popup__btn .disabled-link{
    pointer-events: none;
    cursor: default;
    background-color: #f09b9e;
}


a:hover .t-product__option-item_image .t-product__option-title {
    background-color: #000;
    border-radius: 5px;
    bottom: 10px;
    color: #fff!important;
    font-size: 11px!Important;
    display: block;
    padding: 4px 10px;
    position: absolute;
    transform: translateX(calc(-50% + 25px));
}

.qunatity-wrapper .t-store__prod__quantity-input{
    padding: 3px 10px;
    width: 50px;
}

.tape-hint, .filler-hint{
    position: absolute;
    top: 30px;
    display: flex;
    width: 50px;
    flex-direction: column;
    gap: 12px;
}

.filler-hint{
    right: 20px;
}

.tape-hint{
    right: 100px;
}

.info-img{
    width: 100%;
    aspect-ratio: 1 / 1;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box !important;
    border-radius: 5px !important;
    outline: rgb(58, 58, 58) dashed 1px;
    outline-offset: 2px;
    box-shadow: rgba(34, 60, 80, 0.1) 4px 4px 8px 0px;
    display: none;
}

.cart-hint{
    background: #f4f4f4;
    border-radius: 0.8rem;
    padding: 0.5rem 1rem;
    margin-top: 0.5rem;
    font-size: 0.9rem;
    color: #8b7b68;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.cart-hint-icon{
    font-size: 1rem;
    flex-shrink: 0;
}

.validation-error {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    padding: 10px 14px;
    border-radius: 30px;
    font-size: 13px;
    line-height: 1.4;
    animation: fadeIn 0.2s ease;
}

.validation-error.error {
    background: #fef2f2;
    color: #dc2626;
}

.validation-error.warning {
    background: #fffbeb;
    color: #d97706;
}

.validation-error__text {
    flex: 1;
}

.validation-error__close {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    padding: 0;
    line-height: 1;
    flex-shrink: 0;
    opacity: 0.5;
    transition: opacity 0.15s;
}

.validation-error__close:hover {
    opacity: 1;
}

.validation-error.error .validation-error__close {
    color: #dc2626;
}

.validation-error.warning .validation-error__close {
    color: #d97706;
}

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

.cart-amount-hint{
    color: #E43232;
    font-weight: 400;
    font-size: 12px;
    margin-top: 20px;
}

.t706__cartwin-totalamount-content{
    position: relative;
}

.delivery-hint {
    background: #f4f4f4;
    border-radius: 0.8rem;
    padding: 0.5rem 1rem;
    margin-top: 0.5rem;
    font-size: 0.9rem;
    color: #8b7b68;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}


.catalog-quantity-hint{
    font-family: 'GraphikTT';
    font-weight: 400;
    color: #9f9f9f;
    font-size: 0.65em;
}



.characteristics-wrapper{
    margin-top: 20px;
}

.characteristics-wrapper h2{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.characteristics-wrapper .characteristics-wrapper{
    color: #2b2a29;
    font-family: GraphikTT;
}

.characteristics-wrapper .characteristic {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #bfbfbf;
    margin-top: 5px;
    font-size: 16px;
}

@media (max-width: 959px) {
    #allrecords #rec1653274231{
        position: static !important;
    }
}