.sketch-accent {
    transform: rotate(-3deg);
}

#modal-qty-decrease:disabled,
#modal-qty-increase:disabled,
#modal-add-to-cart:disabled {
    cursor: not-allowed;
    opacity: 0.45;
}

.product-variant-option {
    display: inline-flex;
    width: 2.5rem;
    height: 2.5rem;
    min-width: 2.5rem;
    align-items: stretch;
    justify-content: stretch;
    overflow: hidden;
    border: 2px solid #161b27;
    background: #fff;
    padding: 0;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-variant-option:not(.is-active):hover {
    transform: translateY(-0.25rem);
}

.product-variant-option.is-active {
    box-shadow: 0 0 0 2px #faf9ff, 0 0 0 4px #630ed4;
}

.product-variant-option:focus-visible {
    outline: 2px solid #630ed4;
    outline-offset: 4px;
}

.product-variant-option--size {
    width: auto;
    min-width: 3.5rem;
    align-items: center;
    justify-content: center;
    padding: 0 0.75rem;
    font-family: var(--font-label);
    font-size: 0.875rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1;
    text-transform: uppercase;
}

.product-variant-option__colors {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    flex: 1 1 100%;
    overflow: hidden;
    border: 0;
    background: #faf9ff;
}

.product-variant-option__chip {
    min-width: 0;
    min-height: 100%;
}
