.ctn-preloader .animation-preloader .spinner {
    align-items: center;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.82) 55%, rgba(255, 255, 255, 0.28) 100%);
    border-color: rgba(97, 98, 107, 0.22);
    border-top-color: var(--secondary-color);
    box-shadow: 0 20px 44px rgba(6, 23, 56, 0.14);
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.ctn-preloader .animation-preloader .spinner::after {
    border: 1px solid rgba(6, 23, 56, 0.08);
    border-radius: 50%;
    content: "";
    inset: 10px;
    position: absolute;
}

.ctn-preloader .animation-preloader .spinner__logo {
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 12px 24px rgba(6, 23, 56, 0.12);
    display: flex;
    height: 66%;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 66%;
    z-index: 1;
}

.ctn-preloader .animation-preloader .spinner__logo img {
    border-radius: 50%;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.ctn-preloader .animation-preloader .txt-loading {
    margin-top: 1.8rem;
    text-align: center;
}

.Priyaas-loader-text {
    color: var(--black-color);
    display: inline-block;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

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

.product__variant--choice {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.product__variant--chip {
    background: #ffffff;
    border: 1px solid rgba(6, 23, 56, 0.14);
    border-radius: 999px;
    color: var(--black-color) !important;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.35;
    min-width: 76px;
    padding: 10px 16px;
    text-align: center;
}

.product__variant--choice:checked + .product__variant--chip {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #ffffff !important;
    box-shadow: 0 14px 26px rgba(238, 39, 97, 0.22);
}

.product__variant--choice:disabled + .product__variant--chip {
    cursor: not-allowed;
    opacity: 0.35;
}

.product__variant--status {
    align-items: flex-start;
    background: rgba(6, 23, 56, 0.04);
    border-radius: 16px;
    color: var(--text-gray-color);
    display: flex;
    flex-direction: column;
    font-size: 1.4rem;
    gap: 4px;
    margin-bottom: 1.8rem;
    padding: 14px 16px;
}

.product__variant--status strong {
    color: var(--black-color);
}

.product__variant--status .variant__sku {
    color: var(--sky-color);
    font-size: 1.25rem;
}

.color__variant,
.cart__content--variant,
.product__description--variant {
    color: var(--text-gray-color);
    display: block;
    font-size: 1.3rem;
    line-height: 1.45;
    margin-top: 4px;
}

.checkout__variant--notice {
    background: rgba(6, 23, 56, 0.04);
    border-left: 3px solid var(--secondary-color);
    border-radius: 12px;
    color: var(--text-gray-color);
    font-size: 1.35rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    padding: 14px 16px;
}

@media only screen and (max-width: 767px) {
    .Priyaas-loader-text {
        font-size: 1.15rem;
        letter-spacing: 0.12em;
    }

    .product__variant--chip {
        min-width: 68px;
        padding: 9px 14px;
    }
}
