.hidden-container {
    display: none;
}

.diamond-product-variables {
    padding-top: 0;
    padding-right: 10px;
    padding-left: 10px;
}

.diamond-product-variables .variable-item {
    border-radius: 0 !important;
    width: 22px !important;
    height: 22px !important;
    font-size: 12px !important;
}

.diamond-product-variables .variable-item-contents .variable-item-span {
    border-radius: 0;
}

.diamond-product-variables .variable-items-wrapper {
    gap: 3px !important;
}

.lds-ripple {
    /* change color here */
    color: #1c4c5b
}

.lds-ripple,
.lds-ripple div {
    box-sizing: border-box;
}

.lds-ripple {
    display: none;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid currentColor;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 8px;
        height: 8px;
        opacity: 0;
    }
    4.9% {
        top: 36px;
        left: 36px;
        width: 8px;
        height: 8px;
        opacity: 0;
    }
    5% {
        top: 36px;
        left: 36px;
        width: 8px;
        height: 8px;
        opacity: 1;
    }
    100% {
        top: 0;
        left: 0;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}

@media (min-width: 768px) {
    .diamond-product-variables {
        padding-top: 0;
        padding-right: 18px;
        padding-left: 18px;
    }
}